home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / program / snpd9611.zip / PRTOGGLE.C < prev    next >
Text File  |  1996-11-24  |  476b  |  19 lines

  1. .I 0 2
  2. /* +++Date last modified: 02-Sep-1996 */
  3.  
  4. .I 15 3
  5. **  The user is granted a free limited license to use this source file
  6. **  to create royalty-free programs, subject to the terms of the
  7. **  license restrictions specified in the LICENSE.MFL file.
  8. .D 16 3
  9. .I 36 2
  10.         head = peekw(0x40, 0x1a);
  11.         tail = peekw(0x40, 0x1c);
  12. .D 37 2
  13. .I 47 1
  14.                 pokew(0x40, tail, key);
  15. .D 48 1
  16. .I 51 1
  17.                 pokew(0x40, 0x1c, tail);
  18. .D 52 1
  19.